home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 March / CMCD0305.ISO / Software / Shareware / Utilitare / remover / remover.exe / {app} / Remover.exe / 0 / RCDATA / TFORMWAITFORRESPONSE / TFORMWAITFORRESPONSE.txt
Text File  |  2005-01-25  |  1KB  |  67 lines

  1. object formWaitForResponse: TformWaitForResponse
  2.   Left = 608
  3.   Top = 189
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Waiting for your response...'
  7.   ClientHeight = 186
  8.   ClientWidth = 300
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object img: TImage
  21.     Left = 0
  22.     Top = 0
  23.     Width = 300
  24.     Height = 83
  25.     Align = alTop
  26.     Stretch = True
  27.   end
  28.   object labelInformation: TLabel
  29.     Left = 8
  30.     Top = 104
  31.     Width = 289
  32.     Height = 49
  33.     AutoSize = False
  34.     Caption = 
  35.       'There are problems found, but they are not serious. If you don'#39't' +
  36.       ' press the button now, they'#39'll be ignored for now...'
  37.     WordWrap = True
  38.   end
  39.   object buttonCancel: TBitBtn
  40.     Left = 102
  41.     Top = 152
  42.     Width = 96
  43.     Height = 25
  44.     Caption = 'Cancel'
  45.     TabOrder = 0
  46.     OnClick = buttonCancelClick
  47.     Kind = bkAbort
  48.   end
  49.   object progressBar: TProgressBar
  50.     Left = 0
  51.     Top = 83
  52.     Width = 300
  53.     Height = 16
  54.     Align = alTop
  55.     Max = 20
  56.     Step = 1
  57.     TabOrder = 1
  58.   end
  59.   object timerEndWait: TTimer
  60.     Enabled = False
  61.     Interval = 500
  62.     OnTimer = timerEndWaitTimer
  63.     Left = 8
  64.     Top = 144
  65.   end
  66. end
  67.